3.5 Transferring Ownership
3.5.1 With a Data Signature
- Retrieve the recipient's public key.
- Compute the HASH of the recipient's public key.
- Use the sender's account private key for signing.
- Either the party covering the fees or the sender signs the transaction with their private key.
3.5.2 Without a Data Signature
- Retrieve the recipient's public key.
- Output the transaction to the recipient's public key script or its HASH.
- Configure the recipient's HASH data as 0x00 to economize on transaction space.
- The sender uses their private key to execute the transaction signing.